/****** style ******/
body {
  font: 14px/1.428571429 'Arial', '黑体', 'SimHei';
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
.container {
  max-width: 100%;
  overflow: hidden;
}
.content {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.font-lg {
  font-size: 18px;
}
.font-md {
  font-size: 16px;
}
.font-sm {
  font-size: 14px;
}
.font-xs {
  font-size: 12px;
}

/****** row ******/
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

/****** header ******/
.header {
  height: 100px;
  line-height: 100px;
  background:url(../../../statics/hodov1/img/top_bj.jpg);
  background: white;
}
.logo {
  float: left;
  font-size: 0;
}
.navbar {
  float: right;
  font-size: 18px;
}
.navbar li {
  position: relative;
}
.navbar li + li:before {
  content: '';
  width: 4px;
  height: 4px;
  top: 50%;
  position: absolute;
  margin-top: -2px;
  left: -4px;
  background-color: #959595;
}
.navbar li.navbar-game:before {
  content: normal;
}
.navbar li.navbar-game a {
  background-color: rgb(199,57,49);
  color: #fff;
}
.navbar li.navbar-game a:hover {
  color: #eee;
}
.navbar li.navbar-game a:before {
  content: '';
  width: 100%;
  height: 18px;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: rgb(199,57,49);
}
.navbar li.navbar-game a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top-color: #b4e900;
}
.navbar li.navbar-game.active a:after,
.navbar li.navbar-game.active a:before {
  content: normal;
}
.navbar a {
  display: block;
  color: rgb(199,57,49);
  padding: 0 25px;
}
.navbar li:hover{
background-color:rgb(241 ,243,244);
}
/* .navbar li:hover a{
  color: grey;
} */
.page-content{
min-height:450px;
}
/****** swiper ******/
.swiper-container {
  font-family: "微软雅黑", Arial, serif;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination-pc {
    margin-top: -30px;
    z-index: 5000;
    text-align: center;
    position: absolute;
    width: 100%;
}
.swiper-container img {
  width: 100%;
}
.swiper-container a {
  display: block;
  overflow: hidden;
  position: relative;
}
.swiper-text {
  position: absolute;
  left: 0;
  width: 100%;
}
.swiper-icon {
  float: left;
  margin-right: 6px;
}
.swiper-hgroup {
  float: left;
  line-height: 1;
  color: #313131;
  font-weight: 900;
}
.swiper-title {
  margin-bottom: 6px;
}
.swiper-body {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
  padding-right: 60px;
  color: #1b1b1b;
  text-align: justify;
}
.swiper-footer {
  text-align: right;
  margin-top: 15px;
}
.swiper-btn,
.swiper-mobile-btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 23px 24px 24px 23px/23px 23px 24px 24px;
  background-color: #282b2d;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFF;
  border: solid 1px #C9C9C9;
  opacity: 1;
  margin: 0 5px;
}
.swiper-pagination-bullet-active {
  background-color: rgb(199,57,49);
  border: solid 3px #FFF;
}
.banner {
  overflow: hidden;
}
.banner img {
  position: relative;
  left: 50%;
  max-width: none;
}

/****** hot-new ******/
.hot-fade a,
.hot-slide a {
  display: block;
}
.hot-fade a,
.hot-slide a{
  overflow: hidden;
  position: relative;
}
.hot-slide > div {
  font-size: 0;
}
.hot-slide-animate {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: -61px;
  z-index: 1;
  background-color: #fff;
  padding: 8px 0;
  text-align: center;
  -webkit-transition: opacity .15s, bottom .15s;
  transition: opacity .15s, bottom .15s;
}
.hot-slide:hover .hot-slide-animate {
  opacity: 1;
  bottom: -1px;
}
.hot-slide-animate-title {
  color: #434343;
  font-size: 18px;
  padding: 0 15px;
}
.hot-slide-animate-text {
  color: #7d7d7d;
  font-size: 14px;
  padding: 0 15px;
}
.hot-fade-animate {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
  filter: Alpha(Opacity=100);
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}
.hot-fade:hover .hot-fade-animate {
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.hot-fade-animate-title {
  font-size: 18px;
  color: #fff;
  padding: 100px 15px 0;
}
.hot-fade-animate-text {
  color: #c9c9c9;
  font-size: 14px;
  margin: 10px 15px;
}
.hot-new {
  background-color: #fff;
}
.hot-new-header {
  position: relative;
  background-color: #4A4D50;
  font-size: 18px;
  line-height: 1.2;
  color: #959595;
  text-align: center;
  width: 60px;
  float: left;
}
.hot-new-header:before {
  content: '';
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
}
.hot-new-header:after {
  content: '';
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/chevron-right-lg.png');
  width: 12px;
  height: 12px;
  display: block;
  margin: 15px auto 0;
  font-size: 0;
  line-height: 0;
}
.new-header:before {
  background-image: url("../img/triangle-new-lg.png");
}

/****** hot-activity ******/
.hot-header:before {
  background-image: url("../img/triangle-hot-lg.png");
}
.hot-activity {
  margin-bottom: 3px;
}

/****** hot-about ******/
.hot-about-header {
  font-size: 13px;
  font-weight: bold;
  color: #282B2D;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 6px 10px;
}
.hot-about-header:after,
.hot-about-header:before {
  content: '';
  background-color: #959595;
  width: 55px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}
.hot-about-body {
  padding: 6px 15px;
}
.hot-about-body img {
  width: 100%;
}
.hot-about-footer {
  background-color: rgb(199,57,49);
  text-align: center;
  padding: 17px 0 16px;
}
.hot-about-footer.bdsharebuttonbox a {
  margin: 0 8px;
  float: none;
}

/****** icon ******/
.icon {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.bdsharebuttonbox .icon-tencent {
  background-image: url("../img/icon-tencent.png");
  width: 37px;
  height: 36px;
}
.bdsharebuttonbox .icon-tencent:hover {
  background-image: url("../img/icon-tencent-hover.png");
}
.bdsharebuttonbox .icon-sina {
  background-image: url("../img/icon-sina.png");
  width: 37px;
  height: 36px;
}
.bdsharebuttonbox .icon-sina:hover {
  background-image: url("../img/icon-sina-hover.png");
}
.bdsharebuttonbox .icon-qzone {
  background-image: url("../img/icon-qzone.png");
  width: 37px;
  height: 36px;
}
.bdsharebuttonbox .icon-qzone:hover {
  background-image: url("../img/icon-qzone-hover.png");
}
.bdsharebuttonbox .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.icon-home {
  background-image: url("../img/icon-home-lg.png");
  width: 15px;
  height: 13px;
}
.new-btn a.disabled .icon-home {
  background-image: url("../img/icon-home-disabled.png");
}
.icon-download {
  background-image: url("../img/icon-download-lg.png");
  width: 14px;
  height: 14px;
}
.new-btn a.disabled .icon-download {
  background-image: url("../img/icon-download-disabled.png");
}
.icon-forum {
  background-image: url("../img/icon-forum-lg.png");
  width: 15px;
  height: 14px;
}
.new-btn a.disabled .icon-forum {
  background-image: url("../img/icon-forum-disabled.png");
}

/****** new ******/
.new-btn {
  overflow: hidden;
}
.new-btn a {
  height: 25px;
  line-height: 23px;
  border: 1px solid #E5E5E5;
  text-align: center;
  width: 33.33333333%;
  display: block;
  float: left;
  overflow: hidden;
}
.new-btn a:first-child {
  border-right: none;
}
.new-btn a:last-child {
  border-left: none;
}
.new-text {
  font-style: normal;
  color: rgb(199,57,49);
  display: block;
}
.new-btn a.disabled .new-text {
  color: #aaa;
}
.new-coming {
  cursor: pointer;
}
.new-coming a {
  width: 100%;
  float: none;
}
.new-coming i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.new-coming .new-text {
  margin-bottom: -3px;
}
.new-coming .new-btn a {
  border: 1px solid #e5e5e5;
}

/****** footer ******/
.footer {
  border-bottom: 30px solid rgb(199,57,49);
  letter-spacing: 1px;
}
.footer-content {
  border-top: 2px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 44px;
}
.footer-nav {
  color: rgb(199,57,49);
  font-size: 16px;
  padding-top: 5px;
}
.footer-nav a {
  color: rgb(199,57,49);
}
.footer-copyright {
  font-size: 15px;
  line-height: 2;
  color: #898989;
  margin-top: 10px;
}
.footer-body {
  border-left: 1px solid #d2d2d2;
}
.footer {
  margin-top: 85px;
}
.footer-body {
  padding-left: 33px;
}
.footer-logo {
  font-size: 0;
  text-align: center;
}

/****** page ******/
.page-title {
  margin: 25px 0 50px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #7D7D7D;
  padding: 13px 22px;
  border-bottom: 3px solid #D2D2D2;
}
.page-title:before {
  width: 11px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 0;
  position: absolute;
  content: '';
  background-color: rgb(199,57,49);
}
.page-list li {
  padding: 27px 15px 25px;
}
.page-list li + li {
  background: url("../img/info-list-bottom.png") repeat-x left top;
}
.page-list li a {
  font-size: 18px;
  line-height: 1;
  display: block;
  color: #434343;
  position: relative;
  overflow: hidden;
}
.page-list li a:hover {
  color: rgb(199,57,49);
}
.page-list li a span {
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-right: 130px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.page-list li a time {
  position: absolute;
  right: 0;
  top: 0;
  color: #A0A0A0;
}
.page-article {
  font-size: 14px;
  line-height: 30px;
  color: #535353;
  letter-spacing: 1px;
  overflow: hidden;
}

/****** sidebar ******/
.sidebar {
  border: 1px solid #d2d2d2;
  /* border-top-color: #fff; */
  text-align: center;
  font-size: 18px;
  margin-right: 15px;
}
.sidebar li {
  padding: 0 12px;
}
.sidebar a {
  color: #7d7d7d;
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  margin-bottom: -1px;
}
.sidebar .active {
  margin-top: -1px;
}
.sidebar .active,
.sidebar li:hover {
  background-color: rgb(199,57,49);
}
.sidebar .active a,
.sidebar li:hover a {
  position: relative;
  z-index: 2;
  color: #fff;
  border-bottom-color: rgb(199,57,49);
}
.sidebar .active a:after {
  position: absolute;
  right: 0;
  width: 7px;
  height: 13px;
  line-height: 0;
  font-size: 0;
  content: url("../img/chevron-right-transparent.png");
  top: 50%;
  margin-top: -6.5px;
}

/****** business ******/
.contact-title,
.business-title {
  background-color: rgb(199,57,49);
  padding-left: 35px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-right: 30px;
  letter-spacing: 1px;
}
.contact-title:before,
.business-title:before {
  content: '';
  left: 14px;
  margin-top: -7px;
  top: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-width: 7px 0 7px 10px;
  border-left-color: #fff;
}
.contact-title:after,
.business-title:after,
.help-title:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgb(199,57,49);
  border-width: 42px 0 0 30px;
}
.contact-address {
  font-size: 16px;
  color: #626262;
  line-height: 40px;
  margin-top: 12px;
}
.contact-address > div,
.business-txt > div {
  padding-left: 35px;
  position: relative;
}
.contact-address > div:before,
.business-txt > div:before {
  position: absolute;
  left: 8px;
  margin-top: -10px;
  top: 50%;
  line-height: 0;
  font-size: 0;
}
.contact-address .contact-position:before {
  content: url("../img/icon-position.png");
  margin-top: -10px;
}
.contact-address .contact-telephone:before {
  content: url("../img/icon-telephone.png");
}
.contact-address .contact-email:before,
.business-txt .business-email:before {
  content: url("../img/icon-letter.png");
  margin-top: -6px;
}
.business-txt th{
  text-align: left;
  padding-right: 20px;
  font-weight: 700;
  color: #000;
}
.business-txt td{
  padding: 0 5px;
  color: #000;
}
.business-item {
  padding: 15px 30px;
  letter-spacing: 1.5px;
}
.business-title {
  line-height: 30px;
  font-size: 16px;
  margin-right: 20px;
}
.business-title:after,
.help-title:after {
  border-width: 30px 0 0 20px;
  right: -20px;
}
.business-txt {
  line-height: 40px;
  margin-top: 20px;
  color: #626262;
  font-size: 16px;
}
.business-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.business-txt .business-name:before {
  content: url("../img/icon-person.png");
}
.business-txt .business-qq:before {
  content: url("../img/icon-qq.png");
}
.contact-map {
  max-width: 400px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}
.contact-item + .contact-item {
  margin-top: 80px;
}

/****** recruit ******/
.recruit-tag {
  overflow: hidden;
  margin: 50px -2px 36px;
}
.recruit-tag li {
  float: left;
  width: 12.5%;
  padding: 0 2px;
}
.recruit-tag a {
  text-align: center;
  display: block;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  font-weight: bold;
  color: #707070;
  border: solid 1px #d2d2d2;
  background-color: #f0f0f0;
}
.recruit-tag .active a,
.recruit-tag li:hover a {
  color: #fff;
  background-color: rgb(199,57,49);
}
.recruit-article {
  padding-bottom: 20px;
  display: none;
}
.recruit-article > div {
  border: 1px solid #bfbfbf;
  letter-spacing: 1.5px;
  margin-top: -1px;
}
.recruit-article-header {
  padding-left: 30px;
  height: 36px;
  line-height: 34px;
  font-size: 18px;
  color: #535353;
  background-color: #dcdcdc;
  cursor: pointer;
  position: relative;
}
.recruit-article-header:after {
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top-color: #1b1b1b;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.recruit-article-header.collapsed:after {
  border-bottom-width: 6px;
  border-top-color: transparent;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.recruit-article-header.collapsed,
.recruit-article-header:hover {
  background-color: rgb(199,57,49);
  color: #fff;
}
.recruit-article-description {
  padding-left: 30px;
  line-height: 28px;
  background-color: #f0f0f0;
}
.recruit-article-content {
  background-color: #faf9f9;
  line-height: 20px;
  font-size: 15px;
  color: #535353;
  display: none;
}
.recruit-article-content > div {
  padding: 20px 30px 50px;
}
.recruit-article-h1 {
  font-size: 18px;
  font-weight: bold;
}

/****** more-game ******/
.more-game {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 100%;
  z-index: 2;
  display: none;
  left: 0;
}
.more-game.active {
  display: block;
}
.more-game:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eee;
}
.more-game-img {
  padding-top: 8px;
  text-align: center;
}
.game-list-title {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  width: 108px;
  margin-bottom: 10px;
}
.game-list-title-new {
  background-color: #01b409;
}
.game-list-title-hot {
  background-color: #d74302;
}
.more-game ul li a {
  font-size: 15px;
  padding: 0 15px;
  line-height: 25px;
  color: #434343;
}
.more-game ul li a.disabled {
  color: #808080;
  cursor: not-allowed;
}
.game-list-content {
  padding-left: 40px;
}
.game-list {
  line-height: 25px;
}
.more-game-new a:after,
.more-game-hot a:after {
  margin-left: 3px;
}
.more-game-hot a:after {
  content: url("../img/icon-hot.png");
}
.more-game-new a:after {
  content: url("../img/icon-new.png");
}
.more-game-btn {
  height: 40px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-align: center;
  margin: 8px 0;
}
.more-game-bottom {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

/****** modal-download ******/
.modal-download {
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(8,1,3,.5);
  -moz-box-shadow: 0 3px 8px rgba(8,1,3,.5);
  box-shadow: 0 3px 8px rgba(8,1,3,.5);
  display: none;
}
.modal-header {
  background-color: rgb(199,57,49);
  text-align: center;
  color: #fff;
}
.modal-close {
  position: absolute;
  background-image: url("../img/icon-close.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.modal-close:hover {
  opacity: .5;
}
.modal-body {
  position: relative;
}
.download-ios,
.download-android {
  float: left;
  width: 50%;
}
.download-ios span,
.download-android span {
  margin: 27px auto 10px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}
.download-ios span {
  background-image: url("../img/btn-ios-default.png");
}
.download-android span {
  background-image: url("../img/btn-android-default.png");
}
.download-ios:hover,
.download-android:hover {
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#e9e9e9 100%);
}
.download-android[href='javascript:alert("敬请期待!");'],
.download-ios[href='javascript:alert("敬请期待!");'] {
  cursor: not-allowed;
}
.download-android[href='javascript:alert("敬请期待!");']:hover,
.download-ios[href='javascript:alert("敬请期待!");']:hover {
  background: none;
}
.download-ios:hover span {
  background-image: url("../img/btn-ios-hover.png");
}
.download-android:hover span {
  background-image: url("../img/btn-android-hover.png");
}
.download-ios[href='javascript:alert("敬请期待!");'] span {
  background-image: url("../img/btn-ios-disabled.png");
}
.download-android[href='javascript:alert("敬请期待!");'] span {
  background-image: url("../img/btn-android-disabled.png");
}
.download-ios p,
.download-android p {
  text-align: center;
  color: #707070;
}
.download-text {
  left: 50%;
  position: absolute;
  text-align: center;
  color: #a0a0a0;
  z-index: 1;
}

/****** help ******/
.page-help {
  padding: 0 15px;
}
.help-title {
  background-color: rgb(199,57,49);
  padding-left: 35px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-right: 30px;
  letter-spacing: 1px;
}
.help-title:before{
  content: '';
  left: 14px;
  margin-top: -7px;
  top: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-width: 7px 0 7px 10px;
  border-left-color: #fff;
}
.help-title:after {
   content: '';
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgb(199,57,49);
  border-width: 42px 0 0 30px;
}
.help-body {
  color: #535353;
  line-height: 40px;
  padding: 0 5px;
}

/****** media ******/
.page-media {
  padding: 0 18px;
}
.page-media li {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.page-media a {
  border: 1px solid #b5b5b5;
  display: block;
}
.page-media img {
  height: 42.857142857143%;
  width: 100%;
  -webkit-filter: saturate(0);
  -moz-filter: saturate(0);
  -o-filter: saturate(0);
  -ms-filter: saturate(0);
  filter: saturate(0);
}
.page-media a:hover img {
  -webkit-filter: saturate(1);
  -moz-filter: saturate(1);
  -o-filter: saturate(1);
  -ms-filter: saturate(1);
  filter: saturate(1);
}

/****** media xs ******/
@media (min-width: 480px) {
  .banner img {
    width: 768px;
    margin-left: -384px;
  }
}
@media (max-width: 479px) {
  .banner img {
    width: 768px;
    margin-left: -384px;
  }
}

/****** media sm ******/
@media (min-width: 768px) {
  .page-media img {
    width: 162px;
    height: 69px;
  }
  .swiper-text {
    top: 80px;
  }
  .logo img,
  .footer-logo img {
    width: 166px;
  }
  .swiper-hgroup {
    font-size: 26px;
  }
  .swiper-icon img {
    width: 60px;
    height: 60px;
  }
  .swiper-body {
    width: 360px;
    font-size: 14px;
    line-height: 24px;
  }
  .swiper-footer {
    width: 360px;
  }
  .swiper-btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
  .modal-download {
    margin-left: -280px;
    margin-top: -155px;
    width: 561px;
    height: 310px;
  }
  .modal-header {
    font-size: 30px;
    height: 65px;
    line-height: 65px;
  }
  .modal-close {
    width: 27px;
    height: 27px;
    top: 17px;
    right: 24px;
  }
  .download-text {
    margin-left: -50px;
    margin-top: 63px;
    width: 100px;
    line-height: 33px;
  }
  .download-ios span,
  .download-android span {
    width: 140px;
    height: 140px;
  }
  .modal-body {
    font-size: 20px;
  }
  .download-ios,
  .download-android {
    height: 245px;
  }
  .content {
    width: 768px;
  }
  .swiper-mobile {
    display: none;
  }
  .hot-header {
    height: 177px;
    padding-top: 50px;
  }
  .hot-body,
  .new-body {
    margin-left: 60px;
  }
  .swiper-pagination {
    bottom: 0;
  }
  .new-header {
    height: 364px;
    padding-top: 90px;
  }
  .footer-nav > div {
    width: auto;
    padding: 0;
    display: inline-block;
    float: none;
  }
  .navbar {
    display: block !important;
  }
  .new-body > div .new-btn a {
    -webkit-transition: margin-top .15s, height .15s;
    transition: margin-top .15s, height .15s;
    margin-top: 0;
  }
  .new-body > div:hover .new-btn a {
    margin-top: -22px;
    height: 47px;
  }
  .new-body > .new-coming:hover .new-btn a {
    margin-top: 0;
    height: 25px;
  }
  .more-game-img img {
    width: 670px;
    height: 130px;
  }
  .hot-fade img,
  .hot-slide img {
    width: 354px;
    height: 177px;
  }
  .new-body img {
    width: 200px;
    height: 157px;
  }
  .swiper-pc .swiper-img {
    position: relative;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 450px;
    max-width: none;
  }

  .swiper-img1 {
    background-image: url(../img/banner1.jpg);
  }
  .swiper-img2 {
    background-image: url(../img/banner2.jpg);
  }
  .swiper-img3 {
    background-image: url(../img/banner3.jpg);
  }
  .swiper-img4 {
    background-image: url(../img/banner4.jpg);
  }
  .banner img {
    width: 1200px;
    margin-left: -600px;
  }
}
@media (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
  .more-game {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 0;
    padding: 0 8px 56px;
  }
  .more-game-bottom {
    display: block;
  }
  .navbar li a:hover,
  .navbar li.navbar-game a:hover {
    background-color: rgb(199,57,49);
    color: #fff;
  }
  .navbar li.navbar-game a {
    background-color: #fff;
    color: #959595;
  }
  .navbar li.navbar-game a:before,
  .navbar li.navbar-game a:after {
    display: none;
  }
  .recruit-tag li {
    width: 25%;
    padding: 2px;
  }
  .modal-download {
    width: 90%;
    height: 187px;
    max-width: 360px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: auto;
  }
  .modal-header {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .modal-close {
    width: 16px;
    height: 16px;
    top: 6px;
    right: 12px;
  }
  .download-text {
    width: 60px;
    margin-left: -30px;
    margin-top: 34px;
    line-height: 24px;
  }
  .download-ios,
  .download-android {
    padding-bottom: 30px;
  }
  .download-ios span,
  .download-android span {
    width: 70px;
    height: 70px;
  }
  .new-btn a {
    height: 45px;
  }
  .new-text {
    margin-top: -3px;
  }
  .new-coming .new-btn a {
    line-height: 45px;
  }
  .game-list-title {
    width: auto;
  }
  .game-list-content {
    padding-left: 10px;
  }
  .more-game:before {
    display: none;
  }
  .sidebar {
    display: none;
  }
  body {
    background-color: #faf8f8;
  }
  /* .swiper-pc {
    display: none;
  } */
  .footer-copyright {
    display: none;
  }
  .hot-activity {
    display: none;
  }
  
  /****** header ******/
  .header {
    height: 1.2rem;
    line-height: 1.2rem;
    position: relative;
    background-color: #fff;
  }
  .logo,
  .footer-logo img {
    width: 2rem;
  }
  .header-btn {
    margin-top: .3rem;
    margin-right: .23rem;
    float: right;
    width: .77rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem;
    background-color: rgba(149,149,149,0);
    border: solid 1px #959595;
  }
  .header-btn span {
    width: .4rem;
    height: .07rem;
    margin: .08rem auto;
    display: block;
    border-radius: 1px;
    background-color: #959595;
  }
  /*.navbar {
    display: none;
    position: relative;
    float: none;
    margin-top: 1.2rem;
    z-index: 2;
    background-color: #FFF;
    margin-left: -10px;
    margin-right: -10px;
  }*/
  .navbar {
    width: 150px;
    display: none;
    position: absolute;
    right: 0;
    margin-top: 1.2rem;
    z-index: 2;
    background-color: #FFF;
    margin-left: -10px;
    margin-right: -10px;
  }
  ul.navbar > li {
    float: none;
  }
  .navbar li + li:before {
    content: normal;
  }
  /*.navbar a {
    display: block;
    padding: 5px 10px;
    line-height: .6rem;
    font-size: 14px;
  }*/
  .navbar a {
    display: block;
    padding: 5px 15px;
    line-height: .6rem;
    font-size: 14px;
    border: 1px solid #DFDFDF;
    margin-top: -1px;
  }
  
  /****** swiper ******/
  .swiper-mobile {
    padding-bottom: .6rem;
  }
  .swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border-width: .03rem;
    margin: 0 .07rem;
  }
  .swiper-icon img {
    width: 1rem;
    height: 1rem;
  }
  .swiper-hgroup {
    font-size: .3rem;
    line-height: .37rem;
    padding-top: .14rem;
  }
  .swiper-title {
    font-size: .4rem;
  } 
  .swiper-mobile-btn {
    float: right;
    width: 1.44rem;
    height: .59rem;
    border-radius: .3rem;
    line-height: .59rem;
    font-size: .2rem;
    margin-top: .35rem;
  }
  .swiper-text {
    bottom: 0;
  }
  .swiper-pagination {
    bottom: -.4rem;
  }
  
  /****** hot-new ******/
  .hot-new {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hot-new-header {
    margin-bottom: .09rem;
    float: none;
    width: 100%;
    overflow: hidden;
    color: #282b2d;
    font-size: .25rem;
    background-color: #fff;
    line-height: .6rem;
    padding-left: .52rem;
  }
  .hot-new-header > div {
    float: left;
  }
  .hot-new-header:before {
    height: .6rem;
    width: .6rem;
  }
  .hot-new-header:after {
    float: right;
    margin-right: .15rem;
    width: .26rem;
    height: .26rem;
    margin-top: .18rem;
  }
  .new-body {
    margin-right: -6px;
    margin-left: -6px;
  }
  .new-body > div {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }
  .new-btn {
    max-width: 100%;
    margin-bottom: .17rem;
  }
  
  /****** footer ******/
  .footer {
    border-bottom: none;
  }
  .footer-content {
    padding-top: .17rem;
    padding-bottom: 0;
  }
  .footer-nav {
    background-color: rgb(199,57,49);
    margin-left: -10px;
    margin-right: -20px;
    color: #fff;
    line-height: .4rem;
    margin-top: .15rem;
    padding: .3rem 0;
  }
  .footer-nav a {
    color: #fff;
    font-size: .21rem;
  }
  .footer-nav span {
    display: none;
  }
}

/****** media md ******/
@media (min-width: 992px) {
  .page-media img {
    width: 180px;
    height: 77px;
  }
  .swiper-text {
    top: 150px;
  }
  .swiper-body {
    width: 470px;
    font-size: 16px;
    line-height: 30px;
  }
  .swiper-footer {
    width: 410px;
  }
  .swiper-btn {
    width: 144px;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
  }
  .swiper-hgroup {
    font-size: 44px;
  }
  .swiper-icon img {
    width: 80px;
    height: 80px;
  }
  .footer-nav > div {
    float: left;
  }
  .content {
    width: 992px;
  }
  .hot-header {
    height: 233px;
  }
  .new-header {
    height: 147px;
    padding-top: 20px;
  }
  .new-body img {
    width: 100%;
  }
  .footer-logo {
    line-height: 112px;
  }
  .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
  .game-list {
    margin-top: -30px;
  }
  .more-game > div {
    padding: 30px;
  }
  .hot-fade img,
  .hot-slide img {
    width: 466px;
    height: 233px;
  }
  .new-body img {
    width: 155px;
    height: 122px;
  }
  .more-game-img img {
    width: 456px;
    height: 88px;
  }
  .swiper-pc .swiper-img {
    margin-left: -800px;
    width: 1600px;
    height: 600px;
  }
  .banner img {
    width: 1600px;
    margin-left: -800px;
  }
}
@media (max-width: 991px) {
  .new-btn {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .new-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-body {
    padding-left: 0;
    border-left: none;
  }
  .footer-nav {
    text-align: center;
  }
  .footer-copyright {
    display: none;
  }
  .game-list {
    margin-top: 10px;
  }
  .hot-fade-animate-title {
    padding-top: 60px;
  }
}

/****** media lg ******/
@media (min-width: 1200px) {
  .page-media img {
    width: 223px;
    height: 96px;
  }
  .swiper-hgroup {
    font-size: 44px;
  }
  .swiper-icon img {
    width: 100px;
    height: 100px;
  }
  .content {
    width: 1200px;
  }
  .contact-txt {
    padding-top: 10px;
  }
  .swiper-pagination {
    bottom: 135px;
    text-align: right;
  }
  .hot-new {
    margin-top: -130px;
    position: relative;
    z-index: 2;
  }
  .hot-header {
    height: 237px;
    padding-top: 70px;
  }
  .hot-about-body img {
    width: 160px;
    height: 131px;
  }
  .new-header {
    height: 174px;
    padding-top: 32px;
  }
  .new-btn {
    width: 190px;
  }
  .footer-logo {
    line-height: 97px;
  }
  .new-body img {
    width: 190px;
    height: 149px;
  }
  .hot-fade img,
  .hot-slide img {
    width: 475px;
    height: 237px;
  }
  .more-game-img img {
    width: 560px;
    height: 109px;
  }
  .swiper-pc .swiper-img {
    /* margin-left: -960px;
    width: 1920px;
    height: 720px; */
    width: 100%;
    margin: 0;
    left:0;
    height: 700px;
  }
  .banner img {
    width: 1920px;
    margin-left: -960px;
  }
}
@media (max-width: 1199px) {
  .hot-about {
    display: none;
  }
  .footer-nav,
  .contact-map {
    margin-top: 15px;
  }
}